Contains Method (ItemCollection<T>)
Gets a value indicating whether the
ItemCollection<T> contains the specified .
'Declaration
Public Function Contains( _
ByVal As _
) As Boolean
Parameters
- item
- A object for which to check.
Return Value
A
System.Boolean value.
true
if the
ItemCollection<T> contains the specified ; otherwise,
false
.